A small shield which is wearable with black arms.
[ Shadow Guard & Shadow Walk Equip Set ]
Add a high chance inflict Blind on the enemy When dealing physical damage.
Adds FLEE + 20 for 10 sec when dealing physical damage.
Класс : Shield
Защита : 4
Вес : 80
Необходимый Lv. : 70
Доступно для : Stalker
Улучшается : Да
Доп. информация:
ID : 2135
Цена у NPC : 10
Script :
{ if( isequipped(2426) ) { bonus2 bAddEff,Eff_Blind,500; autobonus "{ bonus bFlee,20; }",200,10000,BF_WEAPON,"{ specialeffect2 EF_INCAGILITY; }"; } }
{
...if( isequipped(2426) ) {
......bonus2 bAddEff,Eff_Blind,500;
......autobonus "{
.........bonus bFlee,20;
......}
......",200,10000,BF_WEAPON,"{
.........specialeffect2 EF_INCAGILITY;
......}
......";
...}
}